Vcenter Ovf TagSpec
The Vcenter Ovf TagSpec schema specifies information required to attach a tag while deploying a VM.
Represents a tag specification with optional Cis Tagging Tag and/or Vcenter Ovf TagNameSpec. The Cis Tagging Tag should already exist in vSphere, otherwise VM deployment will fail.
This schema was added in vSphere API 9.1.0.0.
{
"tag_id": "string",
"tag_name_spec": {
"tag_name": "string",
"category_name": "string"
}
}
The tag identifier of a vSphere tag. If this field is specified in addition to Vcenter Ovf TagSpec.tag_name_spec, then both tagId and Vcenter Ovf TagSpec.tag_name_spec must belong to the same vSphere tag.
This property was added in vSphere API 9.1.0.0.
If missing or null, then Vcenter Ovf TagSpec.tag_name_spec must be specified.
Name of the tag with associated category. If this field is specified in addition to Vcenter Ovf TagSpec.tag_id, then both Vcenter Ovf TagSpec.tag_id and tagNameSpec must belong to the same vSphere tag.
This property was added in vSphere API 9.1.0.0.
If missing or null, then Vcenter Ovf TagSpec.tag_id must be specified.